home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Windows Utilities / Installer64 / XDriverInstaller.xml < prev    next >
Extensible Markup Language  |  2012-09-19  |  55KB  |  1,100 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- 
  3.   This XML file includes options and settings that drive the functionality of the Xerox Driver Installer.
  4.   -->
  5. <XDriverInstaller>
  6.   <!-- 
  7.   EDITS ALLOWED: YES
  8.   DESCRIPTION:
  9.     This section contains administrator configurable options that customize the functionality and features used
  10.     throughout the install process for the device being installed.  Feel free to edit the options in this section
  11.     to customize the behavior of the installer in order to achieve the desired results.
  12.     -->
  13.   <AdminSection>
  14.     <!--
  15.     MAIN TAG NAME(s):
  16.      <AdminDialog>
  17.      <AdminDialogCaption>
  18.      <AdminDialogMessage>
  19.     DESCRIPTION:
  20.        Administrator Defined Message Box -
  21.        This setting allows an administrator to specify a dialog caption and message that will be used to display
  22.      a messagebox at the beginning of the install process.
  23.     OPTIONS:
  24.      Set <AdminDialog> to 1 and enter text to use for the dialog caption and message in the corresponding tags
  25.      below to invoke this feature.
  26.      0 - Do not display administrator defined message box
  27.      1 - Display adminstrator defined message box
  28.      -->
  29.     <AdminDialog>0</AdminDialog>
  30.     <AdminDialogCaption>Dialog Caption Goes Here</AdminDialogCaption>
  31.     <AdminDialogMessage>Dialog Message Goes Here</AdminDialogMessage>
  32.     <!--
  33.     MAIN TAG NAME(s):
  34.       <EULAFormat>
  35.     DESCRIPTION:
  36.         This setting informs the installer which format the EULA text file is stored in for the current product.
  37.     OPTIONS:
  38.       0 - Unicode
  39.       1 - Ansi
  40.       -->
  41.     <EULAFormat>0</EULAFormat>
  42.     <!-- 
  43.     MAIN TAG NAME(s):
  44.       <InstallType>
  45.     DESCRIPTION:
  46.       This setting defines the type of install to run.
  47.       NOTE: If the installer is launched by Startup or launched manually with INSTALLTYPE specified on the command
  48.       line, then the value contained in this XML will be over-written.  The same goes if this is a web package and
  49.       the install directory contains a dummyfile (such as scanonlyinstall.txt or printandscaninstall.txt).
  50.     OPTIONS:
  51.       1 - Printer Only Install
  52.       2 - Scanner Only Install
  53.       3 - Printer And Scanner Install
  54.       -->
  55.     <InstallType>3</InstallType>
  56.     <!-- 
  57.     MAIN TAG NAME(s):
  58.       <InstallScreen>
  59.     DESCRIPTION:
  60.       This setting defines the default option that will be selected when the main installer dialog is displayed.
  61.     OPTIONS:
  62.         0 - Let installation decide what to default to
  63.         2 - Default to discovery window selection
  64.         5 - Default to manually specify IP/DNS selection
  65.       -->
  66.     <InstallScreen>0</InstallScreen>
  67.     <!-- 
  68.     MAIN TAG NAME(s):
  69.       <PortValue>
  70.     DESCRIPTION:
  71.       This setting defines the value to automatically populate in the edit control where you would specify the IP Address or DNS Name of a device to 
  72.       install manually.
  73.     OPTIONS:
  74.       Enter an IP Address or DNS Name to populate the edit control with.
  75.       -->
  76.     <PortValue></PortValue>
  77.     <!-- 
  78.     MAIN TAG NAME(s):
  79.       <Gateway>
  80.       <SubnetMask>
  81.     DESCRIPTION:
  82.       The following two settings are used to define a default value for the Gateway and SubnetMask fields used
  83.       in the Advanced Network Search dialog when the Advanced Search button is clicked.
  84.     OPTIONS:
  85.       Enter a Gateway address or a SubnetMask address in the corresponding tags below to invoke this feature.
  86.       -->
  87.     <Gateway></Gateway>
  88.     <SubnetMask></SubnetMask>
  89.     <!-- 
  90.     MAIN TAG NAME(s):
  91.       <CommunityName>
  92.     DESCRIPTION:
  93.       This will allow the customer to to enter a custom SNMP community name so that the installers discovery function 
  94.         can perform correctly when a customer has changed the devices default SNMP community name
  95.     OPTIONS:
  96.       Enter a community name, default is set to "public"  
  97.       -->
  98.     <CommunityName>public</CommunityName>
  99.     <!-- 
  100.     MAIN TAG NAME(s):
  101.       <DiscoveryMethods>
  102.     DESCRIPTION:
  103.       The following settings define which methods to use to discover additional devices.
  104.     OPTIONS:
  105.       0 - Do not search for printer/scanner using this method
  106.       1 - Search for printer/scanner using this method
  107.       NOTE: We do not support discovery via USB or LPT for scanners
  108.       -->
  109.     <DiscoveryMethods>
  110.       <PrintUSBSearch>0</PrintUSBSearch>
  111.       <PrintNETSearch>1</PrintNETSearch>
  112.       <ScanNETSearch>1</ScanNETSearch>
  113.     </DiscoveryMethods>
  114.     <!-- 
  115.     MAIN TAG NAME(s):
  116.       <DiscoveryProtocols>
  117.     DESCRIPTION:
  118.       The following settings define which network protocols to use to discover additional devices.
  119.     OPTIONS:
  120.       0 - Do not search for printer/scanner using this method
  121.       1 - Search for printer/scanner using this method
  122.       -->
  123.     <DiscoveryProtocols>
  124.       <TekDLP>0</TekDLP>
  125.       <SNMP>1</SNMP>
  126.     </DiscoveryProtocols>
  127.     <!-- 
  128.     MAIN TAG NAME(s):
  129.       <InstallMethods>
  130.     DESCRIPTION:
  131.       The following settings define which installations methods are allowed.
  132.     OPTIONS:
  133.       0 - Do not allow installs for printer/scanner using this method
  134.       1 - Allow installs for printer/scanner using this method
  135.       NOTE: If install method is set to 0, regardless of what the same discovery method
  136.       value is set to, discovery for that particular protocol and device will be disabled.
  137.       -->
  138.     <InstallMethods>
  139.       <PrintUSBInstall>0</PrintUSBInstall>
  140.       <PrintNETInstall>1</PrintNETInstall>
  141.       <ScanUSBInstall>0</ScanUSBInstall>
  142.       <ScanNETInstall>1</ScanNETInstall>
  143.     </InstallMethods>
  144.     <!-- 
  145.     MAIN TAG NAME(s):
  146.       <SetContactLocation>
  147.     DESCRIPTION:
  148.       This setting defines whether the installer will display the "Set Contact/Location" button on the finish
  149.       dialog at the end of the install to allow for setting the contact and location information of the device.
  150.       NOTE: There must be communication with the device in order for this feature to work.
  151.     OPTIONS:
  152.       - <ContactLocationBehavior>
  153.         DESCRIPTION:
  154.           This setting defines the behavior of setting the contact and location information
  155.         OPTIONS:
  156.           0 - Setting contact and location is disabled
  157.           1 - Setting contact and location is enabled and the button will be displayed regardless of if the
  158.               information has already been set or not
  159.           2 - Setting contact and location is enabled but the button will only be displayed if the information
  160.               has NOT already been set
  161.       - <DefaultDeviceContact>
  162.         DESCRIPTION:
  163.           This setting defines the default contact information that is initially set in the device (this is used
  164.           to determine if the information has already been set)
  165.       - <DefaultDeviceLocation>
  166.         DESCRIPTION:
  167.           This setting defines the default location information that is initially set in the device (this is used
  168.           to determine if the information has already been set)
  169.       - <SupportedFields>
  170.         DESCRIPTION:
  171.           This setting defines which fields are supported for the current device.
  172.         OPTIONS:
  173.           1 - Device Contact and Device Location
  174.           2 - Admin Contact, Admin Contact Phone, Admin Contact Location, and Device Location
  175.       -->
  176.     <SetContactLocation>
  177.       <ContactLocationBehavior>2</ContactLocationBehavior>
  178.       <DeviceContactSNMPOID>1.3.6.1.2.1.1.4.0</DeviceContactSNMPOID>
  179.       <DeviceLocationSNMPOID>1.3.6.1.2.1.1.6.0</DeviceLocationSNMPOID>
  180.       <DefaultDeviceContact>System Administrator name not set</DefaultDeviceContact>
  181.       <DefaultDeviceLocation>machine location not set</DefaultDeviceLocation>
  182.       <SupportedFields>2</SupportedFields>
  183.     </SetContactLocation>
  184.     <!-- 
  185.     MAIN TAG NAME(s):
  186.       <SetPrinterAsDefault>
  187.     DESCRIPTION:
  188.       This setting defines the behavior of the "Set Printer As Default" checkbox on the finish dialog and also
  189.       the default behavior of whether the installer will set the printer currently being installed as the default
  190.       print queue.
  191.     OPTIONS:
  192.         0 - Let installer/user decide whether printer should be set as default (will be set as default if no other printer is currently set as default - checkbox will be provided to change setting)
  193.         1 - Set printer as default but provide checkbox to change setting
  194.         2 - Never set printer as default and hide checkbox so user can't change setting
  195.         3 - Always set printer as default and hide checkbox so user can't change setting
  196.       4 - Never set printer as default but show disabled checkbox (user still can't change setting)
  197.       5 - Always set printer as default but show disabled checkbox (user still can't change setting)
  198.       6 - Do not set printer as default but provide checkbox to change setting
  199.       -->
  200.     <SetPrinterAsDefault>0</SetPrinterAsDefault>
  201.     <!-- 
  202.     MAIN TAG NAME(s):
  203.       <SkipDefault>
  204.     DESCRIPTION:
  205.       This setting defines whether the installer will set the printer being installed as the default based on the manufacturer
  206.       name of the print queue that is currently set as the default on the target operating system (this works in conjunction with
  207.       the <SetPrinterAsDefault> tag above).  If the installer is currently defined to set the printer being installed as the 
  208.       default print queue, it will then iterate through the list of Manufacturers defined below and compare the string values 
  209.       contained within these tags with the manufacturer of the print queue that is currently set as the default on the target 
  210.       operating system.  If it finds a match between these strings, it will NOT set the printer as the default.  But if no match 
  211.       is found, it will then proceed to set the printer being installed as the default print queue.
  212.     OPTIONS:
  213.       Add a <Manufacturer> tag with the manufacturer name for any printers that are currently set as the default print queue that
  214.       belong to this manufacturer and that you do not wish to replace with the printer currently being installed.
  215.       -->
  216.     <SkipDefault>
  217.       <Manufacturer>Xerox</Manufacturer>
  218.       <Manufacturer>Tektronix</Manufacturer>
  219.     </SkipDefault>
  220.     <!-- 
  221.     MAIN TAG NAME(s):
  222.       <PrintTestPage>
  223.     DESCRIPTION:
  224.       This setting defines the behavior of the "Print A Test Page" checkbox on the finish dialog and also
  225.       the default behavior of whether the installer will print a test page after an install completes successfully
  226.       for the printer currently being installed.
  227.     OPTIONS:
  228.       0 - Do not print a test page after install but provide checkbox to change setting
  229.         1 - Print a test page after install but provide checkbox to change setting
  230.         2 - Never print a test page after install and hide checkbox so user can't change setting
  231.         3 - Always print a test page after install and hide checkbox so user can't change setting
  232.       4 - Never print a test page after install but show disabled checkbox (user still can't change setting)
  233.       5 - Always print a test page after install but show disabled checkbox (user still can't change setting)
  234.       -->
  235.     <PrintTestPage>1</PrintTestPage>
  236.     <!-- 
  237.     MAIN TAG NAME(s):
  238.       <WebDownload>
  239.     DESCRIPTION:
  240.       This setting defines the behavior of the "Download Files From Internet" checkbox on the options dialog and 
  241.       also the default behavior of whether the installer will check to download necessary files from the Xerox 
  242.       website during install.
  243.     OPTIONS:
  244.       0 - Let installer decide.
  245.         1 - Check the "download file from internet" checkbox, but allow the user to change the selection.
  246.         2 - Force the installer NOT to download files from internet and hide the checkbox so the user can't select it.
  247.         3 - Force the installer to download files from internet and hide the checkbox so the user can't de-select it.
  248.         4 - Let the installer try all methods BUT HIDE the checkbox so the user can't select/de-select it.
  249.         5 - Force the installer NOT to download files from internet BUT SHOW the disabled checkbox (user can't select it).
  250.         6 - Force the installer to download files from internet BUT SHOW the disabled checkbox (user can't de-select it).
  251.         7 - Uncheck the "download files from internet" checkbox, but allow the user to change the selection.
  252.       -->
  253.     <WebDownload>0</WebDownload>
  254.     <!-- 
  255.     MAIN TAG NAME(s):
  256.       <SharePrinter>
  257.     DESCRIPTION:
  258.       This setting defines the behavior of the "Share Printer" checkbox on the finish dialog and also
  259.       the default behavior of whether the installer will share the print queue created after an install completes
  260.       successfully for the printer currently being installed.
  261.     OPTIONS:
  262.         0 - Let installer/user decide whether printer should be shared
  263.         1 - Set printer as shared but provide checkbox to change setting
  264.         2 - Never set printer as shared and hide checkbox so user can't change setting
  265.         3 - Always set printer as shared and hide checkbox so user can't change setting
  266.       4 - Never set printer as shared but show disabled checkbox (user still can't change setting)
  267.       5 - Always set printer as shared but show disabled checkbox (user still can't change setting)
  268.       6 - Do not set printer as shared but provide checkbox to change setting
  269.       -->
  270.     <SharePrinter>0</SharePrinter>
  271.     <!-- 
  272.     MAIN TAG NAME(s):
  273.       <SupportedPrintDrivers> & <PrintDriver> tag set
  274.     DESCRIPTION:
  275.       The following settings define which print drivers are supported for install.  For each additional driver 
  276.       supported a <PrintDriver> tag set should be created with the set of sub-tags as described below.
  277.       NOTE: Currently we support a maximum of 3 driver types.
  278.     OPTIONS:
  279.       - <Name>
  280.         DESCRIPTION:
  281.           This setting defines the name of the particular driver we are adding support for.
  282.       - <OSList>
  283.         DESCRIPTION:
  284.           This setting contains a list of comma delimited values that represent the supported Operating Systems for
  285.           the current driver.
  286.         OPTIONS:
  287.           Available values: Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,WinServer2008_32,WinServer2008_64,Win7_32,Win7_64,Other
  288.       - <Default>
  289.         DESCRIPTION:
  290.           This setting defines whether or not the current driver should be used as the default during install.
  291.         OPTIONS:
  292.           0 - Do NOT use the current driver as the default
  293.           1 - Use the current driver as the default
  294.           NOTE: You can also leave this tag out altogether and it won't use the current driver as the default
  295.       -->
  296.     <SupportedPrintDrivers>
  297.       <PrintDriver>
  298.         <Name>PostScript</Name>
  299.         <OSList>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32,WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OSList>
  300.         <Default>1</Default>
  301.       </PrintDriver>
  302.       <PrintDriver>
  303.         <Name>PCL6</Name>
  304.         <OSList>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32,WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OSList>
  305.       </PrintDriver>
  306.       <PrintDriver>
  307.         <Name>XPS</Name>
  308.         <OSList>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32,WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OSList>
  309.       </PrintDriver>
  310.     </SupportedPrintDrivers>
  311.     <!-- 
  312.     MAIN TAG NAME(s):
  313.       <WarnOnPostScriptUncheck>
  314.     DESCRIPTION:
  315.       This setting defines whether the installer will display a dialog confirming the de-selection of the PostScript 
  316.       print driver from the options dialog.
  317.     OPTIONS:
  318.         0 - Do not prompt user if the PostScript print driver is de-selected
  319.         1 - Prompt user if the PostScript print driver is de-selected
  320.       -->
  321.     <WarnOnPostScriptUncheck>0</WarnOnPostScriptUncheck>
  322.     <!-- 
  323.     MAIN TAG NAME(s):
  324.       <SupportedScanDrivers> & <ScanDriver> tag set
  325.     DESCRIPTION:
  326.       The following settings define which scan drivers are supported for install.  For each additional driver 
  327.       supported a <ScanDriver> tag set should be created with the set of sub-tags as described below.
  328.       NOTE: Currently we support a maximum of 3 driver types.
  329.     OPTIONS:
  330.       - <Name>
  331.         DESCRIPTION:
  332.           This setting defines the name of the particular driver we are adding support for.
  333.       - <OSList>
  334.         DESCRIPTION:
  335.           This setting contains a list of comma delimited values that represent the supported Operating Systems for
  336.           the current driver.
  337.         OPTIONS:
  338.           Available values: Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,WinServer2008_32,WinServer2008_64,Win7_32,Win7_64,Other
  339.       - <Default>
  340.         DESCRIPTION:
  341.           This setting defines whether or not the current driver should be used as the default during install.
  342.         OPTIONS:
  343.           0 - Do NOT use the current driver as the default
  344.           1 - Use the current driver as the default
  345.           NOTE: You can also leave this tag out altogether and it won't use the current driver as the default
  346.       -->
  347.     <SupportedScanDrivers>
  348.       <ScanDriver>
  349.         <Name>TWAIN</Name>
  350.         <OSList>Win2000,WinXP32,WinServer2003_32,Vista32,WinXP64,WinServer2003_64,Vista64,Win7_32,Win7_64</OSList>
  351.         <Default>1</Default>
  352.       </ScanDriver>
  353.       <ScanDriver>
  354.         <Name>WIA</Name>
  355.         <OSList>WinXP32,WinServer2003_32,Vista32,WinXP64,WinServer2003_64,Vista64,Win7_32,Win7_64</OSList>
  356.       </ScanDriver>
  357.     </SupportedScanDrivers>
  358.     <!-- 
  359.     MAIN TAG NAME(s):
  360.       <ScanDriverSupportsIPv6>
  361.     DESCRIPTION:
  362.       This setting defines whether the scanner supports IPv6. If not, then the user will be prompted to input
  363.       a IPv4 address if they try to use IPv6 addressing.
  364.     OPTIONS:
  365.         0 - Does not support IPv6.
  366.         1 - Supports IPv6.
  367.       -->
  368.     <ScanDriverSupportsIPv6>0</ScanDriverSupportsIPv6>
  369.     <!-- 
  370.     MAIN TAG NAME(s):
  371.       <XSUSupport>
  372.     DESCRIPTION:
  373.       This setting defines which OS's are supported for automatically enabling Xerox Scan Utility on Windows startup.
  374.     OPTIONS:
  375.       Add a tag for each supported scan driver.  Within the scan driver tag add a list of comma delimited values that 
  376.       represent the supported Operating Systems for the current driver.
  377.       Available values: Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,WinServer2008_32,WinServer2008_64,Win7_32,Win7_64,Other
  378.       -->
  379.     <XSUSupport>
  380.       <TWAIN>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32,WinXP64,WinServer2003_64,Vista64,Win7_64</TWAIN>
  381.       <WIA>WinXP32,WinServer2003_32,Vista32,Win7_32,WinXP64,WinServer2003_64,Vista64,Win7_64</WIA>
  382.     </XSUSupport>
  383.     <!-- 
  384.     MAIN TAG NAME(s):
  385.       <Registration>
  386.     DESCRIPTION:
  387.       These settings define whether electronic registration support will be enabled or disabled along with providing the information
  388.       necessary to execute the registration utility.
  389.       If enabled, the installer will launch the registration utility at the end of install after the finish button is clicked
  390.       and only if at least one driver and queue were successfully installed.
  391.     OPTIONS:
  392.       - <Enabled>
  393.         DESCRIPTION:
  394.           This setting defines whether Registration will be enabled or disabled.
  395.         OPTIONS:
  396.           0 - Registration support is disabled
  397.           1 - Registration support is enabled
  398.       - <SerialSNMPOID>
  399.         DESCRIPTION:
  400.           This setting defines the SNMP OID used to obtain the serial number of the device we are trying to register
  401.           which is then passed to the registration utility so that it is auto populated.
  402.       - <FileSrc>
  403.         DESCRIPTION:
  404.           This setting defines the source location and filename of the registration utility that we will copy locally 
  405.           before using it to register the device at the end of a successful install if enabled.
  406.       - <FileDst>
  407.         DESCRIPTION:
  408.           This setting defines the destination location and filename that we will copy the registration utility to before
  409.           using it to register the device at the end of a successful install if enabled.
  410.       -->
  411.     <Registration>
  412.       <Enabled>1</Enabled>
  413.       <SerialSNMPOID>1.3.6.1.2.1.43.5.1.1.17.1</SerialSNMPOID>
  414.       <FileSrc>!CDROOT!\Windows Utilities\Installer32\XReg.exe</FileSrc>
  415.       <FileDst>!TEMPDIR!\Xerox\XReg\XReg.exe</FileDst>
  416.     </Registration>
  417.     <!-- 
  418.     MAIN TAG NAME(s):
  419.       <DisablePrintingScout>
  420.     DESCRIPTION:
  421.       This setting defines whether PrintingScout will be enabled, disabled or left alone after a successful installation.
  422.     OPTIONS:
  423.         0 - No change made by the installer (Default)
  424.         1 - Disable PrintingScout
  425.         2 - Enable PrintingScout
  426.       -->
  427.     <DisablePrintingScout>0</DisablePrintingScout>
  428.     <!-- 
  429.     MAIN TAG NAME(s):
  430.       <ForcePrinterDetection>
  431.     DESCRIPTION:
  432.       This setting defines whether communication with a printer is required before installation can occur.  If it is required, the installer
  433.       will not proceed until successful communication with a valid device has been made.  If it is not required and the installer was unable
  434.       to communicate with the device address entered, the installer will prompt for the selection of a supported model before continuing.
  435.     OPTIONS:
  436.       0 - Do NOT force printer detection in order to install
  437.       1 - Force printer detection in order to install
  438.       -->
  439.     <ForcePrinterDetection>0</ForcePrinterDetection>
  440.     <!-- 
  441.     MAIN TAG NAME(s):
  442.       <BidiSetting>
  443.     DESCRIPTION:
  444.       This setting defines which option will be selected for bi-directional communication in the driver after a successful install.
  445.     OPTIONS:
  446.       0 - (Default) Automatic
  447.       2 - Off
  448.       -->
  449.     <BidiSetting>0</BidiSetting>
  450.     <!-- 
  451.     MAIN TAG NAME(s):
  452.       <ProductBanner>
  453.     DESCRIPTION:
  454.       This setting defines which product banner to display for about box and for installer.
  455.     OPTIONS:
  456.       1 - FX
  457.       -->
  458.     <ProductBanner>0</ProductBanner>
  459.     <!-- 
  460.     MAIN TAG NAME(s):
  461.       <SilentInstall>
  462.     DESCRIPTION:
  463.       These settings define whether the installer will attempt to run a silent install using a specific IP Address or DNS Name.  A silent install
  464.       consists of no prompts or user interaction during install.  If the install is unable to complete successfully or communication with the device
  465.       is required but can't be established, then prompts and user interaction may be required.
  466.     OPTIONS:
  467.       - <Enabled>
  468.         DESCRIPTION:
  469.           This setting defines whether the SilentInstall section is enabled or disabled.
  470.         OPTIONS:
  471.           0 - Do not run silent install
  472.           1 - Run silent install
  473.       - <DeviceIPOrDNS>
  474.         DESCRIPTION:
  475.           This setting defines the IP Address or DNS name of the device you want to silently install.
  476.           NOTE: If <Enabled> is set to 1 but no value is specified for <DeviceIPOrDNS>, the installer will start a typical install without attempting
  477.               a silent install.
  478.       - <SilentTestPage>
  479.         DESCRIPTION:
  480.           This setting defines whether a test page will be printed once the silent install has completed.
  481.         OPTIONS:
  482.           0 - Do not print test page once the silent install has completed
  483.           1 - Print test page once the silent install has completed
  484.       - <SilentDefaultPrinter>
  485.         DESCRIPTION:
  486.           This setting defines whether the printer will be set as the default once the silent install has completed.
  487.         OPTIONS:
  488.           0 - Do not set the printer as the default once the silent install has completed
  489.           1 - Set the printer as the default once the silent install has completed
  490.       - <SilentSharePrinter>
  491.         DESCRIPTION:
  492.           This setting defines whether the printer will be automatically shared once the silent install has completed.
  493.         OPTIONS:
  494.           0 - Do not share printer once the silent install has completed
  495.           1 - Share printer once the silent install has completed
  496.     -->
  497.     <SilentInstall>
  498.       <Enabled>0</Enabled>
  499.       <DeviceIPOrDNS></DeviceIPOrDNS>
  500.       <SilentTestPage>1</SilentTestPage>
  501.       <SilentDefaultPrinter>1</SilentDefaultPrinter>
  502.       <SilentSharePrinter>0</SilentSharePrinter>
  503.     </SilentInstall>
  504.     <!-- 
  505.     MAIN TAG NAME(s):
  506.       <LaunchExecutable>
  507.     DESCRIPTION:
  508.       The following section defines one or more programs to be executed at various points throughout the install process.  In order to create multiple programs to
  509.       execute, simply add a new set of <LaunchExecutable> tags.
  510.     OPTIONS:
  511.       - <Enabled>
  512.         DESCRIPTION:
  513.           This setting defines whether the current <LaunchExecutable> section is enabled or disabled.
  514.         OPTIONS:
  515.           0 - This current <LaunchExecutable> section is disabled
  516.           1 - This current <LaunchExecutable> section is enabled
  517.       - <Path>
  518.         DESCRIPTION:
  519.           This setting defines the file path and name of the executable to launch.
  520.         OPTIONS:
  521.           Enter the file path and name as one string (ie: C:\MyDirectory\MyFile.exe)
  522.           You can also use pre-defined installer values such as...
  523.           !CDROOT! - Inserts the root directory of the CD without a following \
  524.       - <Status>
  525.         DESCRIPTION:
  526.           This setting defines whether to launch the executable based on the result of the installation.
  527.         OPTIONS:
  528.               0 = Execute the application only if a successful install has completed (if this is a print & scan install, BOTH must be successful in order to execute the app)
  529.               1 = Execute the application only if a successful print install has completed (if this is a scan only install, we will never execute the app)
  530.           2 = Execute the application only if a successful scan install has completed (if this is a print only install, we will never execute the app)
  531.           3 = Execute the application no matter what happens during install
  532.       - <Time>
  533.         DESCRIPTION:
  534.           This setting defines at what point during the installation process to launch the executable.
  535.         OPTIONS:
  536.           0 - Execute the application after the installation process is complete and the user has dismissed the finish dialog (by clicking finish/close)
  537.           1 - Execute the application after the installation process is complete for a print install (if this is a print & scan install, it will execute after the print install has completed but before the scan install has started.  If you use this setting, NEVER set <Status> to 0 with a print & scan install or 2 with a print only or scan only install, otherwise the installer will never execute the application)
  538.           2 - Execute the application after the installation process is complete for a scan install (this is essentially the same setting as 4 below since it will execute once the scan install has completed, but before the finish dialog is displayed)
  539.           3 - Execute the application after the installation process is complete but before the finish dialog is displayed (if this is a print & scan install, it will execute after the scan install but before the finish dialog is displayed)
  540.           4 - Execute the application before the install process has started.  If this setting is used, any <Status> setting will be ignored.
  541.           5 - Execute the application after the whole install process has completed (including after the registration dialog has been dismissed if applicable)
  542.       - <Wait>
  543.         DESCRIPTION:
  544.           This setting defines how you want the installer to wait for the executable to finish before continuing.
  545.         OPTIONS:
  546.                0 = NOWAIT (do not wait for the executable to finish, just continue on immediately)
  547.               1 = WaitForInputIdle INFINITE (wait for the UI before continuing)
  548.               2 = WaitForSingleObject INFINITE (wait for the executable process to complete before continuing on)
  549.               NOTE: If you set to 1 or 2, you are suspending execution of the installer until the executable process is 
  550.           idle or completes.  Use these settings with caution.
  551.       - <Params>
  552.         DESCRIPTION:
  553.           This setting defines any parameters that should be passed on to the program being executed when it is called.
  554.         OPTIONS:
  555.           Enter any parameters to pass to the executable being called within this tag.
  556.     -->
  557.     <LaunchExecutable>
  558.       <Enabled>0</Enabled>
  559.       <Path>!CDROOT!\Windows Utilities\Installer!OSBITS!\XDriverInstaller.exe</Path>
  560.       <Status>0</Status>
  561.       <Time>0</Time>
  562.       <Wait>2</Wait>
  563.       <Params></Params>
  564.     </LaunchExecutable>
  565.         <!-- 
  566.     MAIN TAG NAME(s):
  567.       <CreateRegistry>
  568.     DESCRIPTION:
  569.       The following section defines one or more registry entries to create at various points throughout the install process.  In order to create multiple registry entries, 
  570.       simply add a new set of <CreateRegistry> tags.
  571.     OPTIONS:
  572.       - <Enabled>
  573.         DESCRIPTION:
  574.           This setting defines whether the current <CreateRegistry> section is enabled or disabled.
  575.         OPTIONS:
  576.           0 - This current <CreateRegistry> section is disabled
  577.           1 - This current <CreateRegistry> section is enabled
  578.       - <HKEYRoot>
  579.         DESCRIPTION:
  580.           This setting defines the ROOT HKEY to use.
  581.         OPTIONS:
  582.               0 = HKEY_CLASSES_ROOT
  583.               1 = HKEY_CURRENT_CONFIG
  584.               2 = HKEY_CURRENT_USER
  585.               3 = HKEY_LOCAL_MACHINE
  586.               4 = HKEY_USERS
  587.       - <SubKeyName>
  588.         DESCRIPTION:
  589.           This setting defines the name of the subkey to create (or open if it exists)
  590.         OPTIONS:
  591.           Enter the subkey name to create or open.
  592.           NOTE: This setting can be left blank if attempting to create a registry entry at the root HKEY level.
  593.       - <ValueName>
  594.         DESCRIPTION:
  595.           This setting defines the name of the value to create within the subkey.
  596.         OPTIONS:
  597.           Enter the value name to create.
  598.           NOTE: This setting can be left blank if only a registry key is needed.
  599.       - <ValueType>
  600.         DESCRIPTION:
  601.           This setting defines the type of registry value we are creating.
  602.         OPTIONS:
  603.           0 = REG_SZ (string)
  604.               1 = REG_DWORD (32-bit number)
  605.       - <ValueVal>
  606.         DESCRIPTION:
  607.           This setting defines the actual value to assign to the value name registry entry above being created.
  608.         OPTIONS:
  609.           NOTE: This setting can be left blank if only a registry key is needed.  If this is left blank but a ValueName was specified, then a (Default) value entry
  610.           will be created if one doesn't already exist.
  611.       - <Status>
  612.         DESCRIPTION:
  613.           This setting defines whether to create the registry entry based on the result of the installation.
  614.         OPTIONS:
  615.               0 = Create the registry entry only if a successful install has completed (if this is a print & scan install, BOTH must be successful in order to create the registry entry)
  616.               1 = Create the registry entry only if a successful print install has completed (if this is a scan only install, we will never create the registry entry)
  617.           2 = Create the registry entry only if a successful scan install has completed (if this is a print only install, we will never create the registry entry)
  618.           3 = Create the registry entry no matter what happens during install
  619.       - <Time>
  620.         DESCRIPTION:
  621.           This setting defines at what point during the installation process to create the registry entry.
  622.         OPTIONS:
  623.           0 - Create the registry entry after the installation process is complete and the user has dismissed the finish dialog (by clicking finish/close)
  624.           1 - Create the registry entry after the installation process is complete for a print install (if this is a print & scan install, it will create the registry entry after the print install has completed but before the scan install has started.  If you use this setting, NEVER set <Status> to 0 with a print & scan install or 2 with a print only or scan only install, otherwise the installer will never create the registry entry)
  625.           2 - Create the registry entry after the installation process is complete for a scan install (this is essentially the same setting as 4 below since it will create the registry entry once the scan install has completed but before the finish dialog is displayed)
  626.           3 - Create the registry entry after the installation process is complete but before the finish dialog is displayed (if this is a print & scan install, it will create the registry entry after the scan install but before the finish dialog is displayed)
  627.           4 - Create the registry entry before the install process has started.  If this setting is used, any <Status> setting will be ignored.
  628.           5 - Create the registry entry after the whole install process has completed (including after the registration dialog has been dismissed if applicable)
  629.     -->
  630.     <CreateRegistry>
  631.       <Enabled>0</Enabled>
  632.       <HKEYRoot>2</HKEYRoot>
  633.       <SubKeyName>SOFTWARE\Xerox\XDriverInstaller</SubKeyName>
  634.       <ValueName>Test</ValueName>
  635.       <ValueType>0</ValueType>
  636.       <ValueVal>This is a test</ValueVal>
  637.       <Status>0</Status>
  638.       <Time>0</Time>
  639.     </CreateRegistry>
  640.   </AdminSection>
  641.   <!-- 
  642.   EDITS ALLOWED: NO (DO NOT EDIT OR EDIT AT YOUR OWN RISK!)
  643.   DESCRIPTION:
  644.     This section contains model specific information necessary for successful installations.  Please do NOT edit this
  645.     section unless specifically directed to by Xerox personel.  Ivalid edits may cause unpredictable results.  Xerox
  646.     will not be held responsible for any personal damage due to unauthorized or incorrect edits of this section of the XML
  647.     -->
  648.   <ModelSection>
  649.     <!-- List of Printer Models -->
  650.     <PrinterToInstall>
  651.       <Printer>Xerox WorkCentre 5335</Printer>
  652.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.5.1.1</SysObjectID>
  653.       <USB_Vendor>0924</USB_Vendor>
  654.       <USB_ProductID>USB_PROD_ID_1</USB_ProductID>
  655.       <USB_PnpID>XeroxWorkCentre_5335EA07</USB_PnpID>
  656.       <ModelInfo>1</ModelInfo>
  657.       <DriverInfo>
  658.         <Driver>
  659.           <Name>"Xerox WorkCentre 5335 PS"</Name>
  660.           <DriverType>PostScript</DriverType>
  661.           <TargetEnv>
  662.             <inf>x2GSANP.inf</inf>
  663.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  664.             <FilePackData>PS_32</FilePackData>
  665.           </TargetEnv>
  666.           <TargetEnv>
  667.             <inf>x2GSANP.inf</inf>
  668.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  669.             <FilePackData>PS_64</FilePackData>
  670.           </TargetEnv>
  671.         </Driver>
  672.         <!--<Driver>
  673.           <Name>"Xerox WorkCentre 5335"</Name>
  674.           <DriverType>PCL5</DriverType>
  675.           <TargetEnv>
  676.             <inf>x2GSANL.inf</inf>
  677.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  678.             <FilePackData>PCL5_32</FilePackData>
  679.           </TargetEnv>
  680.           <TargetEnv>
  681.             <inf>x2GSANL.inf</inf>
  682.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  683.             <FilePackData>PCL5_64</FilePackData>
  684.           </TargetEnv>
  685.         </Driver>-->
  686.         <Driver>
  687.           <Name>"Xerox WorkCentre 5335 PCL6"</Name>
  688.           <DriverType>PCL6</DriverType>
  689.           <TargetEnv>
  690.             <inf>x2GSANX.inf</inf>
  691.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  692.             <FilePackData>PCL6_32</FilePackData>
  693.           </TargetEnv>
  694.           <TargetEnv>
  695.             <inf>x2GSANX.inf</inf>
  696.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  697.             <FilePackData>PCL6_64</FilePackData>
  698.           </TargetEnv>
  699.         </Driver>
  700.         <Driver>
  701.           <Name>INF_MODEL_1_XPS_INQUOTES</Name>
  702.           <DriverType>XPS</DriverType>
  703.           <TargetEnv>
  704.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  705.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  706.             <FilePackData>XPS_32</FilePackData>
  707.           </TargetEnv>
  708.           <TargetEnv>
  709.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  710.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  711.             <FilePackData>XPS_64</FilePackData>
  712.           </TargetEnv>
  713.         </Driver>
  714.       </DriverInfo>
  715.     </PrinterToInstall>
  716.     <PrinterToInstall>
  717.       <Printer>Xerox WorkCentre 5330</Printer>
  718.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.4.1.1</SysObjectID>
  719.       <USB_Vendor>0924</USB_Vendor>
  720.       <USB_ProductID>USB_PROD_ID_2</USB_ProductID>
  721.       <USB_PnpID>XeroxWorkCentre_5330E9C7</USB_PnpID>
  722.       <ModelInfo>1</ModelInfo>
  723.       <DriverInfo>
  724.         <Driver>
  725.           <Name>"Xerox WorkCentre 5330 PS"</Name>
  726.           <DriverType>PostScript</DriverType>
  727.           <TargetEnv>
  728.             <inf>x2GSANP.inf</inf>
  729.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  730.             <FilePackData>PS_32</FilePackData>
  731.           </TargetEnv>
  732.           <TargetEnv>
  733.             <inf>x2GSANP.inf</inf>
  734.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  735.             <FilePackData>PS_64</FilePackData>
  736.           </TargetEnv>
  737.         </Driver>
  738.         <!--<Driver>
  739.           <Name>"Xerox WorkCentre 5330"</Name>
  740.           <DriverType>PCL5</DriverType>
  741.           <TargetEnv>
  742.             <inf>x2GSANL.inf</inf>
  743.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  744.             <FilePackData>PCL5_32</FilePackData>
  745.           </TargetEnv>
  746.           <TargetEnv>
  747.             <inf>x2GSANL.inf</inf>
  748.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  749.             <FilePackData>PCL5_64</FilePackData>
  750.           </TargetEnv>
  751.         </Driver>-->
  752.         <Driver>
  753.           <Name>"Xerox WorkCentre 5330 PCL6"</Name>
  754.           <DriverType>PCL6</DriverType>
  755.           <TargetEnv>
  756.             <inf>x2GSANX.inf</inf>
  757.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  758.             <FilePackData>PCL6_32</FilePackData>
  759.           </TargetEnv>
  760.           <TargetEnv>
  761.             <inf>x2GSANX.inf</inf>
  762.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  763.             <FilePackData>PCL6_64</FilePackData>
  764.           </TargetEnv>
  765.         </Driver>
  766.         <Driver>
  767.           <Name>INF_MODEL_2_XPS_INQUOTES</Name>
  768.           <DriverType>XPS</DriverType>
  769.           <TargetEnv>
  770.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  771.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  772.             <FilePackData>XPS_32</FilePackData>
  773.           </TargetEnv>
  774.           <TargetEnv>
  775.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  776.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  777.             <FilePackData>XPS_64</FilePackData>
  778.           </TargetEnv>
  779.         </Driver>
  780.       </DriverInfo>
  781.     </PrinterToInstall>
  782.     <PrinterToInstall>
  783.       <Printer>Xerox WorkCentre 5325</Printer>
  784.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.3.1.1</SysObjectID>
  785.       <USB_Vendor>0924</USB_Vendor>
  786.       <USB_ProductID>USB_PROD_ID_3</USB_ProductID>
  787.       <USB_PnpID>XeroxWorkCentre_53257A06</USB_PnpID>      
  788.       <ModelInfo>1</ModelInfo>
  789.       <DriverInfo>
  790.         <Driver>
  791.           <Name>"Xerox WorkCentre 5325 PS"</Name>
  792.           <DriverType>PostScript</DriverType>
  793.           <TargetEnv>
  794.             <inf>x2GSANP.inf</inf>
  795.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  796.             <FilePackData>PS_32</FilePackData>
  797.           </TargetEnv>
  798.           <TargetEnv>
  799.             <inf>x2GSANP.inf</inf>
  800.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  801.             <FilePackData>PS_64</FilePackData>
  802.           </TargetEnv>
  803.         </Driver>
  804.         <!--<Driver>
  805.           <Name>"Xerox WorkCentre 5325"</Name>
  806.           <DriverType>PCL5</DriverType>
  807.           <TargetEnv>
  808.             <inf>x2GSANL.inf</inf>
  809.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  810.             <FilePackData>PCL5_32</FilePackData>
  811.           </TargetEnv>
  812.           <TargetEnv>
  813.             <inf>x2GSANL.inf</inf>
  814.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  815.             <FilePackData>PCL5_64</FilePackData>
  816.           </TargetEnv>
  817.         </Driver>-->
  818.         <Driver>
  819.           <Name>"Xerox WorkCentre 5325 PCL6"</Name>
  820.           <DriverType>PCL6</DriverType>
  821.           <TargetEnv>
  822.             <inf>x2GSANX.inf</inf>
  823.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  824.             <FilePackData>PCL6_32</FilePackData>
  825.           </TargetEnv>
  826.           <TargetEnv>
  827.             <inf>x2GSANX.inf</inf>
  828.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  829.             <FilePackData>PCL6_64</FilePackData>
  830.           </TargetEnv>
  831.         </Driver>
  832.         <Driver>
  833.           <Name>INF_MODEL_3_XPS_INQUOTES</Name>
  834.           <DriverType>XPS</DriverType>
  835.           <TargetEnv>
  836.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  837.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,WinServer2008_32,Win7_32</OS>
  838.             <FilePackData>XPS_32</FilePackData>
  839.           </TargetEnv>
  840.           <TargetEnv>
  841.             <inf>x2INF_ROOTNAME_1_XPS.inf</inf>
  842.             <OS>WinXP64,WinServer2003_64,Vista64,WinServer2008_64,Win7_64</OS>
  843.             <FilePackData>XPS_64</FilePackData>
  844.           </TargetEnv>
  845.         </Driver>
  846.       </DriverInfo>
  847.     </PrinterToInstall>
  848.     <!-- List of Scanner Models -->
  849.     <ScannerToInstall>
  850.       <Scanner>Xerox WorkCentre 5335</Scanner>
  851.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.5.1.1</SysObjectID>
  852.       <USB_Vendor>0924</USB_Vendor>
  853.       <USB_ProductID>USB_PROD_ID_1</USB_ProductID>
  854.       <USB_PnpID>XeroxWorkCentre_5335EA07</USB_PnpID>      
  855.       <ModelInfo>1</ModelInfo>
  856.       <DriverInfo>
  857.         <Driver>
  858.           <Name>"Xerox_WorkCenterProScanTWAIN_ID"</Name>
  859.           <DriverType>TWAIN</DriverType>
  860.           <TargetEnv>
  861.             <inf>xGSANscn.inf</inf>
  862.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  863.             <FilePackData>SCAN_32</FilePackData>
  864.           </TargetEnv>
  865.           <TargetEnv>
  866.             <inf>xGSANscn.inf</inf>
  867.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  868.             <FilePackData>SCAN_64</FilePackData>
  869.           </TargetEnv>
  870.         </Driver>
  871.         <Driver>
  872.           <Name>"Xerox_WorkCenterProScan_ID"</Name>
  873.           <DriverType>WIA</DriverType>
  874.           <TargetEnv>
  875.             <inf>xGSANscn.inf</inf>
  876.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  877.             <FilePackData>SCAN_32</FilePackData>
  878.           </TargetEnv>
  879.           <TargetEnv>
  880.             <inf>xGSANscn.inf</inf>
  881.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  882.             <FilePackData>SCAN_64</FilePackData>
  883.           </TargetEnv>
  884.         </Driver>
  885.       </DriverInfo>
  886.     </ScannerToInstall>
  887.     <ScannerToInstall>
  888.       <Scanner>Xerox WorkCentre 5330</Scanner>
  889.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.4.1.1</SysObjectID>
  890.       <USB_Vendor>0924</USB_Vendor>
  891.       <USB_ProductID>USB_PROD_ID_2</USB_ProductID>
  892.       <USB_PnpID>XeroxWorkCentre_5330E9C7</USB_PnpID>      
  893.       <ModelInfo>1</ModelInfo>
  894.       <DriverInfo>
  895.         <Driver>
  896.           <Name>"Xerox_WorkCenterProScanTWAIN_ID"</Name>
  897.           <DriverType>TWAIN</DriverType>
  898.           <TargetEnv>
  899.             <inf>xGSANscn.inf</inf>
  900.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  901.             <FilePackData>SCAN_32</FilePackData>
  902.           </TargetEnv>
  903.           <TargetEnv>
  904.             <inf>xGSANscn.inf</inf>
  905.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  906.             <FilePackData>SCAN_64</FilePackData>
  907.           </TargetEnv>
  908.         </Driver>
  909.         <Driver>
  910.           <Name>"Xerox_WorkCenterProScan_ID"</Name>
  911.           <DriverType>WIA</DriverType>
  912.           <TargetEnv>
  913.             <inf>xGSANscn.inf</inf>
  914.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  915.             <FilePackData>SCAN_32</FilePackData>
  916.           </TargetEnv>
  917.           <TargetEnv>
  918.             <inf>xGSANscn.inf</inf>
  919.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  920.             <FilePackData>SCAN_64</FilePackData>
  921.           </TargetEnv>
  922.         </Driver>
  923.       </DriverInfo>
  924.     </ScannerToInstall>
  925.     <ScannerToInstall>
  926.       <Scanner>Xerox WorkCentre 5325</Scanner>
  927.       <SysObjectID>1.3.6.1.4.1.253.8.62.1.20.6.3.1.1</SysObjectID>
  928.       <USB_Vendor>0924</USB_Vendor>
  929.       <USB_ProductID>USB_PROD_ID_3</USB_ProductID>
  930.       <USB_PnpID>XeroxWorkCentre_53257A06</USB_PnpID>      
  931.       <ModelInfo>1</ModelInfo>
  932.       <DriverInfo>
  933.         <Driver>
  934.           <Name>"Xerox_WorkCenterProScanTWAIN_ID"</Name>
  935.           <DriverType>TWAIN</DriverType>
  936.           <TargetEnv>
  937.             <inf>xGSANscn.inf</inf>
  938.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  939.             <FilePackData>SCAN_32</FilePackData>
  940.           </TargetEnv>
  941.           <TargetEnv>
  942.             <inf>xGSANscn.inf</inf>
  943.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  944.             <FilePackData>SCAN_64</FilePackData>
  945.           </TargetEnv>
  946.         </Driver>
  947.         <Driver>
  948.           <Name>"Xerox_WorkCenterProScan_ID"</Name>
  949.           <DriverType>WIA</DriverType>
  950.           <TargetEnv>
  951.             <inf>xGSANscn.inf</inf>
  952.             <OS>Win2000,WinXP32,WinServer2003_32,Vista32,Win7_32</OS>
  953.             <FilePackData>SCAN_32</FilePackData>
  954.           </TargetEnv>
  955.           <TargetEnv>
  956.             <inf>xGSANscn.inf</inf>
  957.             <OS>WinXP64,WinServer2003_64,Vista64,Win7_64</OS>
  958.             <FilePackData>SCAN_64</FilePackData>
  959.           </TargetEnv>
  960.         </Driver>
  961.       </DriverInfo>
  962.     </ScannerToInstall>    
  963.     <!-- Model information linked with Printer's/Scanner's to install sections above -->
  964.     <ModelInfo1>
  965.       <ProjectModel>GSAN</ProjectModel>
  966.       <FullModel>WorkCentre 5325</FullModel>
  967.       <FullURLModel>WorkCentre+5325</FullURLModel>
  968.       <FileDownloadModel>GSAN</FileDownloadModel>
  969.       <RegistrationModel>WC5325</RegistrationModel>
  970.       <FailedURL>http://www.office.xerox.com/cgi-bin/printer.pl?APP=WPDI&Model=!FullURLModel!&PAGE=Color&PgName=Tech&language=!LANGHYPERLINK!</FailedURL>
  971.       <SucceededURL>http://www.office.xerox.com/cgi-bin/printer.pl?APP=WPDI&Model=!FullURLModel!&PAGE=Color&PgName=QSTutorial&FileName=qst_usingdriver.htm&Language=!LANGHYPERLINK!</SucceededURL>
  972.     </ModelInfo1>
  973.   </ModelSection>
  974.   <!-- 
  975.   EDITS ALLOWED: NO (DO NOT EDIT OR EDIT AT YOUR OWN RISK!)
  976.   DESCRIPTION:
  977.     This section contains driver and file specific information necessary for successful installations.  Please do NOT edit 
  978.     this section unless specifically directed to by Xerox personel.  Ivalid edits may cause unpredictable results.  Xerox
  979.     will not be held responsible for any personal damage due to unauthorized or incorrect edits of this section of the XML
  980.     -->
  981.   <FilesSection>
  982.     <PS_32>
  983.       <IsFolderOnCD>1</IsFolderOnCD>
  984.       <CD>!CDROOT!\Windows PS\32-Bit_x86</CD>
  985.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PS_32.exe</Web>
  986.       <Temp>!INSTALLERTEMPDIR!\Win32PS</Temp>
  987.     </PS_32>
  988.     <PS_64>
  989.       <IsFolderOnCD>1</IsFolderOnCD>
  990.       <CD>!CDROOT!\Windows PS\64-Bit_x64</CD>
  991.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PS_x64.exe</Web>
  992.       <Temp>!INSTALLERTEMPDIR!\Win64PS</Temp>
  993.     </PS_64>
  994.     <!--<PCL5_32>
  995.       <IsFolderOnCD>1</IsFolderOnCD>
  996.       <CD>!CDROOT!\Windows PCL\32-Bit_x86</CD>
  997.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PCL_32.exe</Web>
  998.       <Temp>!INSTALLERTEMPDIR!\Win32PCL</Temp>
  999.     </PCL5_32>-->
  1000.     <!--<PCL5_64>
  1001.       <IsFolderOnCD>1</IsFolderOnCD>
  1002.       <CD>!CDROOT!\Windows PCL\64-Bit_x64</CD>
  1003.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PCL_x64.exe</Web>
  1004.       <Temp>!INSTALLERTEMPDIR!\Win64PCL</Temp>
  1005.     </PCL5_64>-->
  1006.     <PCL6_32>
  1007.       <IsFolderOnCD>1</IsFolderOnCD>
  1008.       <CD>!CDROOT!\Windows PCL6\32-Bit_x86</CD>
  1009.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PCL6_32.exe</Web>
  1010.       <Temp>!INSTALLERTEMPDIR!\Win32PCL6</Temp>
  1011.     </PCL6_32>
  1012.     <PCL6_64>
  1013.       <IsFolderOnCD>1</IsFolderOnCD>
  1014.       <CD>!CDROOT!\Windows PCL6\64-Bit_x64</CD>
  1015.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_PCL6_x64.exe</Web>
  1016.       <Temp>!INSTALLERTEMPDIR!\Win64PCL6</Temp>
  1017.     </PCL6_64>
  1018.     <XPS_32>
  1019.       <IsFolderOnCD>1</IsFolderOnCD>
  1020.       <CD>!CDROOT!\Windows XPS\32-Bit_x86</CD>
  1021.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_XPS_32.exe</Web>
  1022.       <Temp>!INSTALLERTEMPDIR!\Win32XPS</Temp>
  1023.     </XPS_32>
  1024.     <XPS_64>
  1025.       <IsFolderOnCD>1</IsFolderOnCD>
  1026.       <CD>!CDROOT!\Windows XPS\64-Bit_x64</CD>
  1027.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_XPS_x64.exe</Web>
  1028.       <Temp>!INSTALLERTEMPDIR!\Win64XPS</Temp>
  1029.     </XPS_64>
  1030.     <SCAN_32>
  1031.       <IsFolderOnCD>1</IsFolderOnCD>
  1032.       <CD>!CDROOT!\Windows Scan\32-Bit_x86\!LANG128NAME!</CD>
  1033.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_Scan_32_!LANG128NAME!.exe</Web>
  1034.       <Temp>!INSTALLERTEMPDIR!\Win32Scan</Temp>
  1035.     </SCAN_32>
  1036.     <SCAN_64>
  1037.       <IsFolderOnCD>1</IsFolderOnCD>
  1038.       <CD>!CDROOT!\Windows Scan\64-Bit_x64\!LANG128NAME!</CD>
  1039.       <Web>http://www.office.xerox.com/cgi-bin/printer.pl?APP=IS&Model=!FileDownloadModel!&PAGE=Color&PgName=installer_packages_ng&FileName=Win_Scan_x64_!LANG128NAME!.exe</Web>
  1040.       <Temp>!INSTALLERTEMPDIR!\Win64Scan</Temp>
  1041.     </SCAN_64>
  1042.   </FilesSection>
  1043.   <!-- 
  1044.   EDITS ALLOWED: NO (DO NOT EDIT OR EDIT AT YOUR OWN RISK!)
  1045.   DESCRIPTION:
  1046.     This section contains core installer information necessary for successful installations.  Please do NOT edit this 
  1047.     section unless specifically directed to by Xerox personel.  Ivalid edits may cause unpredictable results.  Xerox will 
  1048.     not be held responsible for any personal damage due to unauthorized or incorrect edits of this section of the XML
  1049.     -->
  1050.   <CoreSection>
  1051.     <!-- Indicates number of folder-levels up to root of CD -->
  1052.     <DirectoryLevel>2</DirectoryLevel>
  1053.     <!-- File path and name of bitmap file we want to use for our large banner (in place of the one in the executable) -->
  1054.     <BitmapBannerTopLarge></BitmapBannerTopLarge>
  1055.     <!-- Name of the bitmap file we want to use for our small banner (in place of the one in the executable) -->
  1056.     <BitmapBannerTopSmall></BitmapBannerTopSmall>
  1057.     <!-- 
  1058.       Internet Explorer version requirements 
  1059.       (Specifies the minimum version required of Internet Explorer to be installed)
  1060.       For language specific requirements, add language abbreviation to front of tag...
  1061.       ie: <ENU_IEVer></ENU_IEVer> or <FRA_IEVer></FRA_IEVer>
  1062.       -->
  1063.     <IEVer>5</IEVer>
  1064.     <!-- 
  1065.       Supported Operating System's for print and/or scan installs 
  1066.       Available values: Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,WinServer2008_32,WinServer2008_64,Win7_32,Win7_64,Other
  1067.       NOTE: Other means the installer was unable to detect the version (most likely a newer OS) and it may or may not install correctly
  1068.       -->
  1069.     <SupportedPrintOSList>Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,WinServer2008_32,WinServer2008_64,Win7_32,Win7_64</SupportedPrintOSList>
  1070.     <SupportedScanOSList>Win2000,WinXP32,WinXP64,WinServer2003_32,WinServer2003_64,Vista32,Vista64,Win7_32,Win7_64</SupportedScanOSList>
  1071.     <SilentInstallParams>
  1072.       <!-- Parameters to be passed on command line to invoke silent installation -->
  1073.       <InstallType>/INSTALLTYPE:</InstallType>
  1074.       <TargetDevice>/DEVICE:</TargetDevice>
  1075.       <FilePath>/FILEPATH:</FilePath>
  1076.       <SetAsDefault>/DEFAULT:</SetAsDefault>
  1077.       <SingleInstance>/SINGLEINSTANCE:</SingleInstance>
  1078.     </SilentInstallParams>
  1079.     <PageMakerRegistry>
  1080.       <RegistryParent>HKEY_LOCAL_MACHINE</RegistryParent>
  1081.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker70</PPDDirectoryPath>
  1082.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker65</PPDDirectoryPath>
  1083.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker6.0</PPDDirectoryPath>
  1084.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker</PPDDirectoryPath>
  1085.     </PageMakerRegistry>
  1086.     <PageMakerRegistry>
  1087.       <RegistryParent>HKEY_CURRENT_USER</RegistryParent>
  1088.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker70</PPDDirectoryPath>
  1089.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker65</PPDDirectoryPath>
  1090.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker 6.0</PPDDirectoryPath>
  1091.       <PPDDirectoryPath>SOFTWARE\Adobe\PageMaker</PPDDirectoryPath>
  1092.     </PageMakerRegistry>
  1093.     <!-- 
  1094.       List full path (including filename) to PageMaker PPD file(s).  If file is on the CD, use !CDRootPath!\SubDirectories format.
  1095.       If there are multiple PPD files, create multiple sets of <PageMakerPPDFile> tags for each file.
  1096.       -->
  1097.     <PageMakerPPDFile></PageMakerPPDFile>
  1098.   </CoreSection>
  1099. </XDriverInstaller>
  1100.